loco-rs 0.13.2

The one-person framework for Rust
Documentation
1
2
3
4
5
6
7
---
source: src/validation.rs
expression: data.validate().map_err(into_db_error)
---
Ok(
    (),
)